home *** CD-ROM | disk | FTP | other *** search
/ Amiga Games: Greatest Hits 1996 / Amiga Games: Greatest Hits 1996.iso / rexx / dt_playmodule.rexx < prev    next >
OS/2 REXX Batch file  |  1994-04-15  |  124b  |  11 lines

  1. /* DeliTracker - load & play given module */
  2.  
  3. /* Arguments */
  4.  
  5. parse arg filename
  6.  
  7. address 'DELITRACKER'
  8.  
  9. playmod filename
  10.  
  11.